home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / gui / gtldv374.lha / GadUtil / Docs / AutoDocs / 37.GU_FreeVisualInfo < prev    next >
Text File  |  1996-05-14  |  792b  |  28 lines

  1. gadutil.library/GU_FreeVisualInfo           gadutil.library/GU_FreeVisualInfo
  2.  
  3.    NAME
  4.     GU_FreeVisualInfo -- Return any resources taken by GU_GetVisualInfoA
  5.  
  6.    SYNOPSIS
  7.     GU_FreeVisualInfo(vi)
  8.                       A0
  9.  
  10.     VOID GU_FreeVisualInfo(APTR);
  11.  
  12.    FUNCTION
  13.     FreeVisualInfo() returns any memory or other resources that
  14.     were allocated by GetVisualInfoA(). You should only call this
  15.     function once you are done with using the gadgets (i.e. after
  16.         CloseWindow()), but while the screen is still valid (i.e. before
  17.         CloseScreen() or UnlockPubScreen()).
  18.  
  19.    INPUTS
  20.     vi - pointer that was obtained by calling GetVisualInfoA(). This
  21.          value may be NULL.
  22.  
  23.    NOTES
  24.     See gadtools/FreeVisualInfo() for more information.
  25.  
  26.    SEE ALSO
  27.     GU_GetVisualInfoA(), gadtools/FreeVisualInfo()
  28.